Browse Source

push notification added

pull/1/head
gme_2 6 years ago
parent
commit
ee20e09a6c
  1. 36
      GMERemittance.xcodeproj/project.pbxproj
  2. 91
      GMERemittance.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme
  3. 91
      GMERemittance.xcodeproj/xcshareddata/xcschemes/GMERemit.xcscheme
  4. BIN
      GMERemittance/.DS_Store
  5. 5
      GMERemittance/GME Remit.entitlements
  6. 8
      GMERemittance/GoogleService-Info.plist

36
GMERemittance.xcodeproj/project.pbxproj

@ -160,7 +160,6 @@
9FD2610D1FD00458007A511D /* GMERemittanceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD2610C1FD00458007A511D /* GMERemittanceTests.swift */; };
9FD261181FD00458007A511D /* GMERemittanceUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD261171FD00458007A511D /* GMERemittanceUITests.swift */; };
9FD46F331FF256E5006C8341 /* TransferSuccessfulViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD46F321FF256E5006C8341 /* TransferSuccessfulViewController.swift */; };
A214606120315A35001F3B37 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = A214606020315A35001F3B37 /* GoogleService-Info.plist */; };
A21CB1D3208084A0003D555A /* PaymentMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21CB1D2208084A0003D555A /* PaymentMode.swift */; };
A22162D0202C4A61000E915C /* TabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22162CF202C4A61000E915C /* TabBarViewController.swift */; };
A2233B3220297C960014AE4C /* AgentSearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2233B3120297C960014AE4C /* AgentSearchViewController.swift */; };
@ -379,6 +378,7 @@
D946719D21426DFB003924DB /* LoginViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946719221426DFB003924DB /* LoginViewInterface.swift */; };
D946719E21426DFB003924DB /* Login.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D946719321426DFB003924DB /* Login.storyboard */; };
D946719F21426DFB003924DB /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946719421426DFB003924DB /* LoginViewController.swift */; };
D94838D221757D9900FFC19E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = D94838D121757D9800FFC19E /* GoogleService-Info.plist */; };
D950BED121549242008367A1 /* HomeModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEBE21549242008367A1 /* HomeModuleInterface.swift */; };
D950BED221549242008367A1 /* HomeServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEC121549242008367A1 /* HomeServiceType.swift */; };
D950BED321549242008367A1 /* HomeService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEC221549242008367A1 /* HomeService.swift */; };
@ -695,7 +695,7 @@
9FCBD34A202B179600BAEB32 /* PayoutTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayoutTableViewCell.swift; sourceTree = "<group>"; };
9FD03DA72046A8BA0045C67B /* PopUpAddUserProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopUpAddUserProfileViewController.swift; sourceTree = "<group>"; };
9FD1EE691FF0F48F00AC79FC /* PaymentMethodViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentMethodViewController.swift; sourceTree = "<group>"; };
9FD260F41FD00458007A511D /* GMERemittance.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GMERemittance.app; sourceTree = BUILT_PRODUCTS_DIR; };
9FD260F41FD00458007A511D /* GME Remit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GME Remit.app"; sourceTree = BUILT_PRODUCTS_DIR; };
9FD260F71FD00458007A511D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9FD260FC1FD00458007A511D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
9FD260FE1FD00458007A511D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@ -708,8 +708,6 @@
9FD261171FD00458007A511D /* GMERemittanceUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GMERemittanceUITests.swift; sourceTree = "<group>"; };
9FD261191FD00458007A511D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9FD46F321FF256E5006C8341 /* TransferSuccessfulViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransferSuccessfulViewController.swift; sourceTree = "<group>"; };
A214606020315A35001F3B37 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
A214606220315ECC001F3B37 /* GMERemittance.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = GMERemittance.entitlements; sourceTree = "<group>"; };
A21CB1D2208084A0003D555A /* PaymentMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentMode.swift; sourceTree = "<group>"; };
A22162CF202C4A61000E915C /* TabBarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarViewController.swift; sourceTree = "<group>"; };
A2233B3120297C960014AE4C /* AgentSearchViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgentSearchViewController.swift; sourceTree = "<group>"; };
@ -930,6 +928,8 @@
D946719221426DFB003924DB /* LoginViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginViewInterface.swift; sourceTree = "<group>"; };
D946719321426DFB003924DB /* Login.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Login.storyboard; sourceTree = "<group>"; };
D946719421426DFB003924DB /* LoginViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = "<group>"; };
D94838D121757D9800FFC19E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
D94838D321757DF200FFC19E /* GME Remit.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "GME Remit.entitlements"; sourceTree = "<group>"; };
D950BEBE21549242008367A1 /* HomeModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeModuleInterface.swift; sourceTree = "<group>"; };
D950BEC121549242008367A1 /* HomeServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeServiceType.swift; sourceTree = "<group>"; };
D950BEC221549242008367A1 /* HomeService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeService.swift; sourceTree = "<group>"; };
@ -1440,7 +1440,7 @@
9FD260F51FD00458007A511D /* Products */ = {
isa = PBXGroup;
children = (
9FD260F41FD00458007A511D /* GMERemittance.app */,
9FD260F41FD00458007A511D /* GME Remit.app */,
9FD261081FD00458007A511D /* GMERemittanceTests.xctest */,
9FD261131FD00458007A511D /* GMERemittanceUITests.xctest */,
);
@ -1459,8 +1459,8 @@
044F5B1A20A3002B00E3584C /* index.html */,
042F98E7204838590069F638 /* wallet.html */,
049B6ECF203ADCF3003D6F62 /* gme-logo.png */,
A214606220315ECC001F3B37 /* GMERemittance.entitlements */,
A214606020315A35001F3B37 /* GoogleService-Info.plist */,
D94838D121757D9800FFC19E /* GoogleService-Info.plist */,
D94838D321757DF200FFC19E /* GME Remit.entitlements */,
0496B8441FE7DFA10044810E /* Box.swift */,
0496B8461FE7DFA20044810E /* Reachability.swift */,
0496B8451FE7DFA10044810E /* RestApiManager.swift */,
@ -3817,9 +3817,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
9FD260F31FD00458007A511D /* GMERemittance */ = {
9FD260F31FD00458007A511D /* GME Remit */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9FD2611C1FD00458007A511D /* Build configuration list for PBXNativeTarget "GMERemittance" */;
buildConfigurationList = 9FD2611C1FD00458007A511D /* Build configuration list for PBXNativeTarget "GME Remit" */;
buildPhases = (
EF5ADC2E5DEBFC06A08662D8 /* [CP] Check Pods Manifest.lock */,
9FD260F01FD00458007A511D /* Sources */,
@ -3832,9 +3832,9 @@
);
dependencies = (
);
name = GMERemittance;
name = "GME Remit";
productName = GMERemittance;
productReference = 9FD260F41FD00458007A511D /* GMERemittance.app */;
productReference = 9FD260F41FD00458007A511D /* GME Remit.app */;
productType = "com.apple.product-type.application";
};
9FD261071FD00458007A511D /* GMERemittanceTests */ = {
@ -3896,7 +3896,7 @@
enabled = 0;
};
com.apple.Push = {
enabled = 0;
enabled = 1;
};
};
};
@ -3925,7 +3925,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
9FD260F31FD00458007A511D /* GMERemittance */,
9FD260F31FD00458007A511D /* GME Remit */,
9FD261071FD00458007A511D /* GMERemittanceTests */,
9FD261121FD00458007A511D /* GMERemittanceUITests */,
);
@ -3958,7 +3958,6 @@
5565FF1D1FE275E5002934E9 /* SanFranciscoDisplay-Heavy.otf in Resources */,
5565FF2A1FE275E5002934E9 /* SanFranciscoDisplay-Bold.otf in Resources */,
5565FF2B1FE275E5002934E9 /* SanFranciscoText-Heavy.otf in Resources */,
A214606120315A35001F3B37 /* GoogleService-Info.plist in Resources */,
5565FF301FE275E5002934E9 /* SanFranciscoText-Light.otf in Resources */,
A25CF60720467B700029BC12 /* Invite.storyboard in Resources */,
5565FF321FE275E5002934E9 /* SanFranciscoDisplay-Semibold.otf in Resources */,
@ -3985,6 +3984,7 @@
D9031144214786EA00AD5BA9 /* ForgotPassword.storyboard in Resources */,
D97785A5215DC55F00754079 /* TransactionHistory.storyboard in Resources */,
5565FF231FE275E5002934E9 /* SanFranciscoText-BoldItalic.otf in Resources */,
D94838D221757D9900FFC19E /* GoogleService-Info.plist in Resources */,
D922D9252134DCF000D43053 /* EditReciepient.storyboard in Resources */,
5565FF221FE275E5002934E9 /* SanFranciscoDisplay-Light.otf in Resources */,
D93702B72148EE6C00D93077 /* Kyc.storyboard in Resources */,
@ -4735,12 +4735,12 @@
/* Begin PBXTargetDependency section */
9FD2610A1FD00458007A511D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9FD260F31FD00458007A511D /* GMERemittance */;
target = 9FD260F31FD00458007A511D /* GME Remit */;
targetProxy = 9FD261091FD00458007A511D /* PBXContainerItemProxy */;
};
9FD261151FD00458007A511D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9FD260F31FD00458007A511D /* GMERemittance */;
target = 9FD260F31FD00458007A511D /* GME Remit */;
targetProxy = 9FD261141FD00458007A511D /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@ -4879,6 +4879,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 5QB497ZAGT;
@ -4902,6 +4903,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 5QB497ZAGT;
@ -5006,7 +5008,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9FD2611C1FD00458007A511D /* Build configuration list for PBXNativeTarget "GMERemittance" */ = {
9FD2611C1FD00458007A511D /* Build configuration list for PBXNativeTarget "GME Remit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9FD2611D1FD00458007A511D /* Debug */,

91
GMERemittance.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9FD260F31FD00458007A511D"
BuildableName = "GME Remit.app"
BlueprintName = "GME Remit"
ReferencedContainer = "container:GMERemittance.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9FD260F31FD00458007A511D"
BuildableName = "GME Remit.app"
BlueprintName = "GME Remit"
ReferencedContainer = "container:GMERemittance.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9FD260F31FD00458007A511D"
BuildableName = "GME Remit.app"
BlueprintName = "GME Remit"
ReferencedContainer = "container:GMERemittance.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9FD260F31FD00458007A511D"
BuildableName = "GME Remit.app"
BlueprintName = "GME Remit"
ReferencedContainer = "container:GMERemittance.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

91
GMERemittance.xcodeproj/xcshareddata/xcschemes/GMERemit.xcscheme

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9FD260F31FD00458007A511D"
BuildableName = "GME Remit.app"
BlueprintName = "GME Remit"
ReferencedContainer = "container:GMERemittance.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9FD260F31FD00458007A511D"
BuildableName = "GME Remit.app"
BlueprintName = "GME Remit"
ReferencedContainer = "container:GMERemittance.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9FD260F31FD00458007A511D"
BuildableName = "GME Remit.app"
BlueprintName = "GME Remit"
ReferencedContainer = "container:GMERemittance.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9FD260F31FD00458007A511D"
BuildableName = "GME Remit.app"
BlueprintName = "GME Remit"
ReferencedContainer = "container:GMERemittance.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

BIN
GMERemittance/.DS_Store

5
GMERemittance/GMERemittance.entitlements → GMERemittance/GME Remit.entitlements

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
<dict>
<key>aps-environment</key>
<string>development</string>
</dict>
</plist>

8
GMERemittance/GoogleService-Info.plist

@ -7,9 +7,9 @@
<key>AD_UNIT_ID_FOR_INTERSTITIAL_TEST</key>
<string>ca-app-pub-3940256099942544/4411468910</string>
<key>CLIENT_ID</key>
<string>739883569758-td48u7hof7hs3ln7dqrhlc2np1i2n0an.apps.googleusercontent.com</string>
<string>739883569758-4ijfpu3e9gvsu7a0s9ok99kqh28g531e.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.739883569758-td48u7hof7hs3ln7dqrhlc2np1i2n0an</string>
<string>com.googleusercontent.apps.739883569758-4ijfpu3e9gvsu7a0s9ok99kqh28g531e</string>
<key>API_KEY</key>
<string>AIzaSyB4Upj8UyYkrRQlTL-7KNtEwe-AvJinvHA</string>
<key>GCM_SENDER_ID</key>
@ -17,7 +17,7 @@
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.gmeremit.online.GMERemittanceApp</string>
<string>com.gme.gmeremit</string>
<key>PROJECT_ID</key>
<string>gme-apps</string>
<key>STORAGE_BUCKET</key>
@ -33,7 +33,7 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:739883569758:ios:5c021697032dd42b</string>
<string>1:739883569758:ios:3abe2482a74df76f</string>
<key>DATABASE_URL</key>
<string>https://gme-apps.firebaseio.com</string>
</dict>
Loading…
Cancel
Save