From ee20e09a6cb0057fa4ddbe48b18060b61087ac52 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Tue, 16 Oct 2018 11:04:27 +0900 Subject: [PATCH] push notification added --- GMERemittance.xcodeproj/project.pbxproj | 36 +++---- .../xcshareddata/xcschemes/GME Remit.xcscheme | 91 ++++++++++++++++++ .../xcshareddata/xcschemes/GMERemit.xcscheme | 91 ++++++++++++++++++ GMERemittance/.DS_Store | Bin 12292 -> 12292 bytes ...ce.entitlements => GME Remit.entitlements} | 5 +- GMERemittance/GoogleService-Info.plist | 8 +- 6 files changed, 209 insertions(+), 22 deletions(-) create mode 100644 GMERemittance.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme create mode 100644 GMERemittance.xcodeproj/xcshareddata/xcschemes/GMERemit.xcscheme rename GMERemittance/{GMERemittance.entitlements => GME Remit.entitlements} (70%) diff --git a/GMERemittance.xcodeproj/project.pbxproj b/GMERemittance.xcodeproj/project.pbxproj index ef1aeb9d..3393f8f5 100644 --- a/GMERemittance.xcodeproj/project.pbxproj +++ b/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 = ""; }; 9FD03DA72046A8BA0045C67B /* PopUpAddUserProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopUpAddUserProfileViewController.swift; sourceTree = ""; }; 9FD1EE691FF0F48F00AC79FC /* PaymentMethodViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentMethodViewController.swift; sourceTree = ""; }; - 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 = ""; }; 9FD260FC1FD00458007A511D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 9FD260FE1FD00458007A511D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; @@ -708,8 +708,6 @@ 9FD261171FD00458007A511D /* GMERemittanceUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GMERemittanceUITests.swift; sourceTree = ""; }; 9FD261191FD00458007A511D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 9FD46F321FF256E5006C8341 /* TransferSuccessfulViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransferSuccessfulViewController.swift; sourceTree = ""; }; - A214606020315A35001F3B37 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; - A214606220315ECC001F3B37 /* GMERemittance.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = GMERemittance.entitlements; sourceTree = ""; }; A21CB1D2208084A0003D555A /* PaymentMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentMode.swift; sourceTree = ""; }; A22162CF202C4A61000E915C /* TabBarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarViewController.swift; sourceTree = ""; }; A2233B3120297C960014AE4C /* AgentSearchViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgentSearchViewController.swift; sourceTree = ""; }; @@ -930,6 +928,8 @@ D946719221426DFB003924DB /* LoginViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginViewInterface.swift; sourceTree = ""; }; D946719321426DFB003924DB /* Login.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Login.storyboard; sourceTree = ""; }; D946719421426DFB003924DB /* LoginViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = ""; }; + D94838D121757D9800FFC19E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; + D94838D321757DF200FFC19E /* GME Remit.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "GME Remit.entitlements"; sourceTree = ""; }; D950BEBE21549242008367A1 /* HomeModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeModuleInterface.swift; sourceTree = ""; }; D950BEC121549242008367A1 /* HomeServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeServiceType.swift; sourceTree = ""; }; D950BEC221549242008367A1 /* HomeService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeService.swift; sourceTree = ""; }; @@ -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 */, diff --git a/GMERemittance.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme b/GMERemittance.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme new file mode 100644 index 00000000..9c25f602 --- /dev/null +++ b/GMERemittance.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/GMERemittance.xcodeproj/xcshareddata/xcschemes/GMERemit.xcscheme b/GMERemittance.xcodeproj/xcshareddata/xcschemes/GMERemit.xcscheme new file mode 100644 index 00000000..9c25f602 --- /dev/null +++ b/GMERemittance.xcodeproj/xcshareddata/xcschemes/GMERemit.xcscheme @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/GMERemittance/.DS_Store b/GMERemittance/.DS_Store index a42bea251ca4a68faca89cb2e829643e55b068bb..f18cd1e4ca460d3ce67923ff8761f23fdc8165f8 100644 GIT binary patch delta 211 zcmZokXi1ph&uFnRppR{HhmtxYHv~v*>NUsG`IK G69oWu2s+*X delta 135 zcmZokXi1ph&uF$WppR{{iLyE)Hv - + + aps-environment + development + diff --git a/GMERemittance/GoogleService-Info.plist b/GMERemittance/GoogleService-Info.plist index 15489e28..f0dfc943 100644 --- a/GMERemittance/GoogleService-Info.plist +++ b/GMERemittance/GoogleService-Info.plist @@ -7,9 +7,9 @@ AD_UNIT_ID_FOR_INTERSTITIAL_TEST ca-app-pub-3940256099942544/4411468910 CLIENT_ID - 739883569758-td48u7hof7hs3ln7dqrhlc2np1i2n0an.apps.googleusercontent.com + 739883569758-4ijfpu3e9gvsu7a0s9ok99kqh28g531e.apps.googleusercontent.com REVERSED_CLIENT_ID - com.googleusercontent.apps.739883569758-td48u7hof7hs3ln7dqrhlc2np1i2n0an + com.googleusercontent.apps.739883569758-4ijfpu3e9gvsu7a0s9ok99kqh28g531e API_KEY AIzaSyB4Upj8UyYkrRQlTL-7KNtEwe-AvJinvHA GCM_SENDER_ID @@ -17,7 +17,7 @@ PLIST_VERSION 1 BUNDLE_ID - com.gmeremit.online.GMERemittanceApp + com.gme.gmeremit PROJECT_ID gme-apps STORAGE_BUCKET @@ -33,7 +33,7 @@ IS_SIGNIN_ENABLED GOOGLE_APP_ID - 1:739883569758:ios:5c021697032dd42b + 1:739883569758:ios:3abe2482a74df76f DATABASE_URL https://gme-apps.firebaseio.com